home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / MRUTC.LZH / SAYINGS.C < prev    next >
Text File  |  1988-01-19  |  139b  |  12 lines

  1. /* ------ sayings.c ------ */
  2.  
  3. #include "twindow.h"
  4. void maxims(void);
  5.  
  6. void main()
  7. {
  8.     load_help("tcprogs.hlp");
  9.     maxims();
  10. }
  11.  
  12.